home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00380.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  825 b   |  34 lines

  1. on exitFrame
  2.   go(marker(0) + 2)
  3.   if not soundBusy(1) then
  4.     sound fadeIn 1, 120
  5.     puppetSound("intro.aif")
  6.   end if
  7.   if rollOver(5) then
  8.     set the locV of sprite 4 to the locV of sprite 5 + 17
  9.     exit
  10.   end if
  11.   if rollOver(6) then
  12.     set the locV of sprite 4 to the locV of sprite 6 + 17
  13.     set the locH of sprite 4 to 36
  14.     exit
  15.   end if
  16.   if rollOver(7) then
  17.     set the locV of sprite 4 to the locV of sprite 7 + 17
  18.     set the locH of sprite 4 to 36
  19.     exit
  20.   end if
  21.   if rollOver(8) then
  22.     set the locV of sprite 4 to the locV of sprite 8 + 17
  23.     set the locH of sprite 4 to 36
  24.     exit
  25.   end if
  26.   if rollOver(9) then
  27.     set the locV of sprite 4 to the locV of sprite 9 + 17
  28.     set the locH of sprite 4 to 180
  29.     exit
  30.   end if
  31.   set the locV of sprite 4 to -100
  32.   set the locH of sprite 4 to 36
  33. end
  34.